class DATABUCKET{K,E} < $NEXT{DATABUCKET{K,E}}
****
An addition to BUCKET{K} this class also adds data. One would like to include BUCKET{K}, but SAME is expanded too early, wait for Sather 1.1. :-)


Flattened version is here

Ancestors
$NEXT{_}



Public


Readable Attributes
attr data: E;
attr item: K;

Writable Attributes
attr data: E;
attr item: K;

Features
copy_list: SAME
create(k:K): SAME
create(k:K,e:E): SAME
create(k:K,e:E,n:SAME): SAME

Iters
list!: SAME
**** Yields all subsequent elements in the list.